.ewck-default-select {
  border: 1px solid #cccccc;
  border-radius: 0.25em;
  cursor: pointer;
  line-height: 1.1;
}

.ewck-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: -10px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-top: 2px solid #000;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.ewck-bogo-plus-w {
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ewck-s-atc-q-s {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;
  width: 100px;
  height: 37px;
  border: 1px solid #8a8a8a;
  text-align: center;
}

.ewck-scd-m-b {
  display: block !important;
  background: #000;
  opacity: 0.3;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ewck-scd-m-w {
  padding-top: 1rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 720px;
  height: auto;
  max-height: 600px;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ewck-scd-m-t-w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 1.25rem;
}

.ewck-scd-i-w {
  width: 22px;
  height: 22px;
}

.ewck-scd-t-i {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ewck-scd-m-t {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.ewck-scd-m-c {
  display: none;
}

.ewck-scd-m-c-b {
  font-size: 20px;
  cursor: pointer;
  color: #000;
}

.ewck-scd-m-l-p {
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
}

.ewck-scd-m-l-s {
  color: #000;
  text-decoration: underline;
}

.ewck-scd-m-d {
  display: block !important;
  width: 100%;
  height: 2px;
  background-color: lightgray;
  margin-top: 8px;
}

.ewck-scd-m-c-w {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  overflow-y: auto;
}

.ewck-ab-c-b {
  position: absolute;
  top: 2px;
  right: 7px;
  color: #696868;
  cursor: pointer;
}

.ewck-e-c-b {
  padding: 4px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  border-radius: 2px;
}

.ewck-ab-e-c-i {
  height: 24px;
  border: 1px solid #b89f9f;
  border-radius: 2px;
}

.ewck-ab-e-c-i.ewck-ab-e-e {
  border: 2px solid red;
  margin: -1px;
  animation-name: email-error;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 2s;
}

.ewck-bogo-w {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  border-radius: 2px;
}

.ewck-bogo-t {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.ewck-bogo-p-w {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ewck-bogo-b-p,
.ewck-bogo-g-p {
  display: flex;
  gap: 8px;
  background: #fff;
  padding: 6px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
}

.ewck-bogo-b-p-i-w,
.ewck-bogo-g-p-i-w {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 2px;
}

.ewck-bogo-b-p-img,
.ewck-bogo-g-p-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 60px;
}

.ewck-bogo-b-p-t,
.ewck-bogo-g-p-t {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

  @supports (-webkit-line-clamp: 2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.ewck-bogo-b-p-p {
  font-size: 13px;
}

.ewck-bogo-g-p-p {
  font-size: 13px;
}

.ewck-bogo-swap-w {
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 8px;
  margin-top: -2px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ewck-bogo-atc-b-w {
  display: flex;
  justify-content: center;
}

.ewck-bogo-atc-b {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: none;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

.ewck-bogo-atc-b:hover {
  box-shadow:
    rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.ewck-bogo-cart-w {
  width: fit-content;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  background: #e7eef1b2;
  padding: 8px;
  border-radius: 6px;
  margin-top: 2px;
}

.ewck-bogo-cart-prod-w {
  display: flex;
  gap: 4px;
}

.ewck-bogo-cart-img-w {
  width: 32px;
  height: 32px;
  border: 1px solid lightgray;
  border-radius: 2px;
  min-width: 32px;
}

.ewck-bogo-cart-p-i {
  width: 100%;
  height: auto;
  max-height: 32px;
  object-fit: cover;
}

.ewck-bogo-cart-info-w {
  display: flex;
  flex-direction: column;
}

.ewck-bogo-cart-item-title {
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

  @supports (-webkit-line-clamp: 2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.ewck-bogo-cart-price-w {
  margin-top: -2px;
}

.ewck-bogo-cart-v-s {
  max-width: 110px;
  font-size: 10px;
}

.ewck-bogo-cart-atc {
  padding: 4px 6px;
  width: min-content;
  text-wrap: nowrap;
  border-radius: 3px;
  border: none;
  font-weight: 500;
  font-size: 10px;
  cursor: pointer;
  margin-top: 6px;
}

.ewck-bogo-hc-p-t {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding: 4px 8px;
}

.ewck-vd-w {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ewck-vd-wt {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.ewck-vd-wb {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ewck-vd-tb {
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.ewck-vd-tb-pw {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.ewck-vd-tb-cw {
  display: flex;
  align-content: space-between;
  padding: 10px 12px;
  cursor: pointer;
}

.ewck-vd-tb-sq-ti {
  font-weight: 500;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}

.ewck-vd-tb-tr {
  height: 18px;
  width: 18px;
  margin: 0px;
}

.ewck-vd-tb-sw {
  margin-top: 8px;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}

.ewck-vd-tb-s-t-w {
  margin: 4px 0 8px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.ewck-vd-tb-sb {
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 12px;
}

.ewck-vd-atc-btn {
  width: 100%;
  padding: 16px;
  border: 1px solid #000;
  border-radius: 2px;
  cursor: pointer;
  background: #fff;
  color: #000;
  transition: all 0.1s;
  position: relative;
}

.ewck-vd-atc-btn:hover,
.ewck-combo-atc-btn:hover {
  box-shadow:
    rgb(14, 30, 37, 0.3) 0px 0px 0px 2px,
    rgb(14, 30, 37, 0.8) 0px 0px 0px 1px;
}

.ewck-vd-cart-w {
  padding: 4px 8px;
  width: min-content;
  white-space: nowrap;
  margin-top: 2px;
}

.ewck-or-c {
  margin-bottom: 32px;
}

.ewck-or-w {
  display: flex;
  flex-direction: column;
  gap: 28px;
  text-align: center;
}

.ewck-or-pbb {
  display: block;
  height: 12px;
  border-radius: 6px;
  position: relative;
  margin-right: 70px;
}

.ewck-or-pbl {
  display: block !important;
  height: 100%;
  border-radius: 6px;
}

.ewck-or-iw {
  margin-top: -35px;
  position: relative;
  z-index: 1;
  margin-left: 64px;
}

.ewck-or-icon-w {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.ewck-or-icon-svg-w {
  width: 40px;
  height: 40px;
}

.ewck-or-icon-svg-w-gift {
  padding: 8px;
}

.ewck-or-icon-bg {
  border-radius: 50%;
  padding: 4px;
  width: min-content;
  display: flex;
  justify-content: end;
}
.ewck-av-w {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 22px;
  max-width: 620px;
  z-index: 10;
}

.ewck-av-single-btn,
.ewck-av-multiple-btn-1,
.ewck-av-multiple-btn-2 {
  width: 100%;
  border: none;
  padding: 8px;
  cursor: pointer;
  font-weight: bold;
  max-width: 200px;
}

.ewck-av-ow {
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000c8;
  z-index: 9;
  backdrop-filter: blur(16px);
}

.ewck-combo-w {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  border-radius: 6px;
}

.ewck-combo-wb {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.ewck-combo-pw {
  display: flex;
  gap: 8px;
  background-color: #fff;
  padding: 6px;
  border-radius: 4px;
  position: relative;
}

.ewck-combo-iw {
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 2px;
}

.ewck-combo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 72px;
  border-radius: 2px;
}

.ewck-combo-icon-pw {
  width: 24px;
  height: 24px;
  margin: -2px auto;
  z-index: 1;
}

.ewck-combo-summ-w {
  margin-top: 12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 8px;
  gap: 6px;
}

.ewck-combo-atc-btn {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: none;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}

.ewck-pb-i-w {
  width: 48px;
  max-height: 32.66px;
  border: 1px solid lightgray;
  display: flex;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
}

.ewck-sn-w {
  max-width: 400px;
  padding: 10px;
  position: fixed;
  transition: all 1s ease-in-out;
  z-index: 999;
}

.ewck-sn-iw {
  position: relative;
  overflow: hidden;
  max-width: 450px;
  padding-top: 10px;
  padding-right: 32px;
  padding-bottom: 10px;
  padding-left: 10px;
  box-shadow: 0 5px 15px #00000040;
}

.ewck-sn-c-b {
  position: absolute;
  line-height: 1;
  cursor: pointer;
  font-size: 16px;
}

.ewck-sn-nb {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.ewck-sn-img-w {
  width: 74px;
  height: 74px;
  min-width: 74px;
  overflow: hidden;
}

.ewck-sn-info-w {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  gap: 2px;
}

.ewck-sn-info-ei {
  margin-block: 4px 6px;
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
  align-items: center;
}

.ewck-sn-info-svg-w {
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
  align-items: center;
}

.ewck-sn-info-svg-w svg {
  margin-top: 1px;
}

.ewck-sn-info-nt,
.ewck-sn-info-pt,
.ewck-pao-pt,
.ewck-mm-s-apm-bc-pt,
.ewck-mm-s-apm-bc-vt,
.ewck-mm-s-cb-pt {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0.8;
}

.ewck-sn-pb {
  display: block !important;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ewck-sn-info-pt-a {
  text-decoration: none;
}

.ewck-tcc-w {
  margin-block: 10px;
}

#ewck-tcc-checkbox {
  margin: 0 8px 5px 0;
  vertical-align: middle;
}

.ewck-tcc-label {
  font-size: 15px;
  display: inline-block;
}

.ewck-tcc-error {
  display: none;
  color: red;
  line-height: 1.3;
  font-size: 15px;
}

.ewck-pao-min-adons-error,
.ewck-pao-max-adons-error {
  color: red;
}

.ewck-pop-info-dis:hover {
  text-decoration: underline;
}

.ewck-bogo-dropbtn {
  background-color: white;
  color: black;
  border: 1px solid #ccc;
  padding: 8px 12px;
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 5px;
  border-radius: 4px;
}

.ewck-bogo-dropbtn:hover {
  background-color: #f1f1f1;
}

.ewck-bogo-dropdown-content {
  display: none;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  left: 0;
  right: 0;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  min-width: 160px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.ewck-bogo-swap-content span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

  @supports (-webkit-line-clamp: 1) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.ewck-bogo-swap-content {
  color: black;
  padding: 10px 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.ewck-bogo-swap-content:hover {
  background-color: #f1f1f1;
}

.ewck-bogo-swap-img {
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  border-radius: 2px;
  overflow: hidden;
}

.ewck-bogo-discount-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  text-align: left;
  border-radius: 4px;
  overflow: hidden;
}

.ewck-bogo-discount-table th {
  padding: 8px;
  width: 50%;
}

.ewck-bogo-discount-table td {
  border-left: 1px solid #e5e5e9;
  border-bottom: 1px solid #e5e5e9;
  border-right: 1px solid #e5e5e9;
  padding: 8px;
  width: 50%;
}

.ewck-bogo-discount-table thead tr {
  background-color: #f2f2f2;
}

.ewck-bogo-discount-table tbody {
  font-weight: 600;
}

.ewck-bogo-discount-table thead tr:first-child th:first-child {
  border-top-left-radius: 4px;
}

.ewck-bogo-discount-table thead tr:first-child th:last-child {
  border-top-right-radius: 4px;
}

.ewck-bogo-discount-table tbody tr td:first-child {
  border-right: none;
}

.ewck-bogo-discount-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}

.ewck-bogo-discount-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

.ewck-bogo-discount-table thead tr {
  background-color: #f2f2f2;
}

.ewck-cu-w {
  margin-inline: 10px;
}

.ewck-cu-he-pa {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
}

.ewck-cu-product-container,
.ewck-pcs-product-container {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.ewck-cu-list-layout {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-x: auto;
}

.ewck-cu-product-container.carousel-layout,
.ewck-pcs-product-container.carousel-layout {
  flex-direction: row;
}

.ewck-cu-product-container.list-layout,
.ewck-pcs-product-container.list-layout {
  flex-direction: column;
  overflow-x: unset;
}

.ewck-cu-product-container > *,
.ewck-pcs-product-container > * {
  flex: 0 0 auto;
  scroll-snap-align: start;
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 200px;
  text-align: center;
}

.ewck-cu-product-container::-webkit-scrollbar {
  display: none;
}

.ewck-cu-carousel-button {
  padding: 4px 8px;
  color: rgb(0, 0, 0);
  border: none;
  cursor: pointer;
  z-index: 1;
  font-size: 20px;
  background-color: transparent;
  border-radius: 6px;
}

.ewck-cu-carousel-button-enabled.ewck-cu-carousel-button:active {
  background-color: #ebebeb;
}

.ewck-cu-carousel-button-disabled {
  display: none;
}

.ewck-cu-carousel-button.ewck-cu-carousel-button-prev {
  left: 10px;
}

.ewck-cu-carousel-button.ewck-cu-carousel-button-next {
  right: 10px;
}

.ewck-upsell-product-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  position: relative;
  border: 1px solid lightgray;
}

.ewck-cu-img-wrap {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.ewck-cu-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ewck-cu-info-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  line-height: 1;
  align-items: start;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.ewck-cu-info-prod-link {
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.ewck-cu-info-pt {
  text-overflow: ellipsis;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-align: start;
  display: block;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.25;
}

.ewck-cu-info-p-b {
  color: #121212bf;
}

.ewck-cu-info-dis-p {
  font-size: 14px;
  margin-right: 6px;
}

.ewck-cu-info-ori-p {
  font-size: 14px;
  margin-right: 6px;
  text-decoration: line-through;
  opacity: 0.8;
}

.ewck-cu-info-action {
  margin-top: 2px;
}

.ewck-cu-atc-actio-main {
  position: absolute;
  bottom: 0;
  right: 0;
}

.ewck-cu-info-action-select {
  margin-left: -2px;
  font-size: 12px;
  width: auto;
  max-width: 100px;
  overflow: hidden;
  color: #121212bf;
  outline: none;
  box-shadow: none;
  border: none;
}

.ewck-cu-info-action-atc {
  background-color: #000;
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 8px 14px;
  cursor: pointer;
  font-weight: 600;
}

.ewck-cu-atc-btn {
  background-color: #000;
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 8px 14px;
  cursor: pointer;
  position: relative;
  font-weight: 600;
}

.ewck-tool-spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ewck-tool-spinner {
  display: block !important;
  width: 15px;
  height: 15px;
  border: 2px solid #000000;
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.ewck-or-gift-w {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 20px;
}

.ewck-or-gift-noti {
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: red;
  border-radius: 10px;
  color: rgb(255, 255, 255);
  width: 14px;
  height: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
}
.ewck-or-gift-i-w {
  width: 38px;
  height: 38px;
}

.ewck-or-gift-i-o-w {
  position: relative;
  padding: 14px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow:
    rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  cursor: pointer;
}

.ewck-or-gift-p-w {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 300px;
  min-width: 300px;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}

.ewck-or-gift-tnp-w {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ewck-or-gift-pop-p-p {
  width: min-content;
  padding: 2px 6px;
  margin: 0;
  font-size: 10px;
  line-height: 1.2;
  background-color: teal;
  color: #fff;
  border-radius: 10px;
}

.ewck-or-gift-p-w-c {
  padding: 2px;
  position: absolute;
  top: -12px;
  right: -12px;
  background-color: #fff;
  box-shadow:
    rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}

.ewck-or-gift-pop-section {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ewck-or-gift-pop-p-c {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}

.ewck-or-gift-pop-p-img-w {
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #d3d3d382;
}

.ewck-or-gift-pop-p-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ewck-or-gift-pop-p-t {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  width: 100%;
  font-size: 14px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ewck-or-gift-pop-p-claim {
  height: 30px;
  display: block !important;
  padding: 4px 6px;
  font-size: 12px;
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.ewck-or-gift-i-w rect,
.ewck-or-gift-i-w line,
.ewck-or-gift-i-w path {
  stroke-width: 2px;
}

#ewck-or-gift-eligible rect,
#ewck-or-gift-eligible line,
#ewck-or-gift-eligible path {
  stroke: #fff;
}

.ewck-ss-blinking {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 5px;
  margin-right: 6px;
  animation: blinking 1.2s infinite;
}

.ewck-sp-w {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}

.ewck-sp-img {
  min-width: 40px;
  max-width: 80px;
  min-height: 40px;
  max-height: 80px;
  width: 100%;
}

.ewck-sp-title-desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.ewck-sp-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.ewck-sp-desc {
  font-size: 13px;
  line-height: 1.3;
}

.ewck-sp-toggle-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.ewck-sp-toggle-bg {
  width: 50px;
  height: 25px;
  border-radius: 25px;
  padding: 2px;
  position: relative;
  transition: background-color 0.3s;
}

.ewck-sp-toggle-circle {
  width: 21px;
  height: 21px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  transition: left 0.3s;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.ewck-sp-toggle-circle-on {
  left: 27px;
}

.ewck-sp-toggle-circle-off {
  left: 2px;
}

.ewck-preorder-w,
.ewck-preorder-o-w {
  display: flex;
  flex-direction: column;
}

.ewck-preorder-fp-w,
.ewck-preorder-pp-w {
  display: flex;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  border-style: solid;
}

.ewck-preorder-fp-top-content,
.ewck-preorder-pp-top-content {
  display: flex;
  gap: 10px;
}

.ewck-preorder-btn {
  cursor: pointer;
  border: none;
  border-style: solid;
}

.ewck-preorder-btn:hover {
  opacity: 0.9;
}

.ewck-preorder-btn:active {
  opacity: 1;
}

.ewck-preorder-p-p-dis {
  text-decoration: line-through !important;
  opacity: 0.75;
  margin-right: 10px !important;
  font-size: var(--ewck-po-p-o-p);
}

.ewck-mm-tdb-w {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.ewck-mm-db {
  height: fit-content;
  background: #5a3a1a;
  color: white;
  font-size: 12px;
  padding: 0px 14px;
  border-radius: 2px;
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%);
  white-space: nowrap;
}

.ewck-mm-ws {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow-y: auto;
  scrollbar-width: none;
}

.ewck-mm-s-hs {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  align-items: start;
}

.ewck-mm-s-hiw {
  border-radius: 6px;
  overflow: hidden;
}

.ewck-mm-s-h-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ewck-mm-s-hcw {
  display: flex;
  width: 100%;
  gap: 8px;
  align-items: center;
}

.ewck-mm-s-hc {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
}

#ewck-mm-bp {
  position: relative;
  min-height: 400px;
}

.ewck-mm-bp-mw {
  margin-bottom: 40px;
}

.ewck-mm-bp-pt {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  margin-bottom: 36px;
}

.ewck-mm-bp-pc {
  margin-bottom: 36px;
}

.ewck-mm-s-h-tdw,
.ewck-mm-bp-tdw {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ewck-mm-s-h-apw,
.ewck-mm-bb-s-h-apw {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}

.ewck-mm-s-h-ab,
.ewck-mm-bb-s-h-ab {
  display: flex;
  border: 1px solid lightgray;
  border-radius: 6px;
  font-size: 9px;
  width: fit-content;
}

.ewck-mm-s-h-pab {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  background: green;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
}

.ewck-mm-s-h-pab:hover,
.ewck-mm-s-bs-pab:hover,
.ewck-mm-atc-btn:hover,
.ewck-mm-bp-ab:hover {
  opacity: 0.9;
}

.ewck-mm-s-h-pab:active,
.ewck-mm-s-bs-pab:active,
.ewck-mm-atc-btn:active,
.ewck-mm-bp-ab:active {
  opacity: 0.8;
}

.ewck-mm-s-bs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ewck-mm-s-bs-pw,
.ewck-mm-bb-s-bs-pw {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
}

.ewck-mm-s-bs-pimg-w,
.ewck-mm-bb-s-bs-pimg-w {
  border-radius: 4px;
  overflow: hidden;
}

.ewck-mm-s-bs-piw,
.ewck-mm-bb-s-bs-piw {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  gap: 6px;
}

.ewck-mm-s-bs-pt,
.ewck-mm-bb-s-bs-pt {
  line-height: 1.3;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

  @supports (-webkit-line-clamp: 1) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.ewck-mm-s-bs-vpw,
.ewck-mm-bb-s-bs-vpw {
  width: 100%;
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.ewck-mm-s-bs-pab {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  padding: 2px 8px;
  cursor: pointer;
  bottom: 0;
  right: 0;
  user-select: none;
  white-space: nowrap;
  height: auto;
}

.ewck-mm-bp-et{
  font-size: 20px;
}

.ewck-mm-s-apm-overlay,
.ewck-mm-bb-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.ewck-mm-bb-overlay-body {
  margin: 16px;
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  border-radius: 10px;
}

.ewck-mm-s-apm {
  background-color: #fff;
  border-radius: 8px;
  width: 500px;
  max-width: 90%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ewck-mm-bb-s-bs-pw {
  flex-direction: column;
  min-width: 0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
}

.ewck-mm-bb-s-piaw {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

.ewck-mm-s-apm-h {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.ewck-mm-s-apm-h-cw {
  display: flex;
  gap: 6px;
  align-items: center;
}

.ewck-mm-s-apm-h-b {
  display: flex;
  border: 1px solid lightgray;
  border-radius: 6px;
}

.ewck-mm-bbw{
  position: relative;
  width: 100%;
  border-radius:10px;
}

.ewck-mm-s-apm-cb,
.ewck-mm-bb-close-btn {
  background-color: transparent;
  cursor: pointer;
  line-height: 1;
  font-size: 28px;
  margin-block: -5px;
}

.ewck-mm-bb-close-btn{
  position: absolute;
  top: 12px;
  right: 12px;
}

.ewck-mm-s-apm-b {
  padding: 16px;
  max-height: 460px;
  overflow-y: scroll;
  scrollbar-width: none;
  min-height: 460px;
}

.ewck-mm-s-apm-bc {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ewck-mm-s-apm-bc-pmw {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ewck-mm-s-apm-bc-piw {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}

.ewck-mm-s-apm-bc-img-w {
  border-radius: 4px;
  overflow: hidden;
}

.ewck-mm-s-apm-bc-pcw {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: space-between;
}

.ewck-mm-s-apm-bc-ptpw {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}

.ewck-mm-s-apm-bc-qw {
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid lightgray;
  border-radius: 4px;
  height: 30px;
  width: 80px;
}

.ewck-mm-s-apm-bc-qmb,
.ewck-mm-s-apm-bc-qpb {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

input.ewck-mm-s-amp-bc-select[type="number"]::-webkit-inner-spin-button,
input.ewck-mm-s-amp-bc-select[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.ewck-mm-s-amp-bc-select[type="number"] {
  -moz-appearance: textfield;
}

.ewck-mm-s-apm-bc-c-w {
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.ewck-mm-s-apm-bc-vmw {
  display: flex;
  flex-direction: column;
  gap: 12px;
  cursor: auto;
}

.ewck-mm-s-apm-bc-vcw {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.ewck-mm-s-apm-bc-itpw {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
}

.ewck-mm-s-apm-bc-tpw {
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: center;
}

.ewck-mm-s-apm-f {
  padding: 12px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: end;
}

.ewck-mm-s-apm-f-cb {
  width: fit-content;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  background-color: #ccc;
  line-height: 1;
  cursor: not-allowed;
  pointer-events: none;
  user-select: none;
  font-weight: 500;
}

.ewck-mm-s-apm-f-cb:hover {
  opacity: 0.9;
}

.ewck-mm-s-apm-f-cb:active {
  opacity: 0.8;
}

.ewck-mm-s-cb,
.ewck-mm-bb-s-aib {
  display: flex;
  flex-direction: column;
}

.ewck-mm-s-cb-pw,
.ewck-mm-bb-s-cb-pw {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ewck-mm-s-cb {
  max-height: 300px;
  overflow-y: auto;
  margin-top: 12px;
  gap: 12px;
}

.ewck-mm-s-cb-piw {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
}

.ewck-mm-s-cb-img-w {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border-radius: 4px;
  overflow: hidden;
}

.ewck-mm-s-cb-cw {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.ewck-mm-s-cb-tp-w {
  display: block;
  width: 100%;
}

.ewck-mm-s-cb-pt {
  margin-bottom: 4px;
  line-height: 1.3;
  font-size: 12px;
}

.ewck-mm-s-cb-db {
  height: fit-content;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ewck-mm-tpw {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.ewck-mm-tpaw {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}

.ewck-mm-se {
  font-weight: 500;
  color: red;
  text-decoration: line-through;
}

.ewck-mm-tdiw {
  width: 100%;
  text-align: center;
  padding: 1px;
  color: #000;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  animation: 0.3s linear 0s infinite normal none running border-march;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.32);

  background:
    linear-gradient(90deg, black 50%, transparent 0) 0 0 / 4px 1px repeat-x,
    linear-gradient(90deg, black 50%, transparent 0) 0 100% / 4px 1px repeat-x,
    linear-gradient(0deg, black 50%, transparent 0) 0 0 / 1px 4px repeat-y,
    linear-gradient(0deg, black 50%, transparent 0) 100% 0 / 1px 4px repeat-y;
}

.ewck-mm-tdpt {
  font-size: 16px;
  padding: 11px 20px;
  line-height: 1.3;
}

.ewck-mm-atc-btn,
.ewck-mm-bp-ab {
  width: 100%;
  border-radius: 8px;
  text-align: center;
  padding: 8px;
  cursor: pointer;
  user-select: none;
}

.ewck-mm-bp-w {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ewck-mm-tdtw,
.ewck-mm-bp-tdt {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}

.ewck-mm-bp-wb {
  height: fit-content;
  border-radius: 8px;
  position: relative;
}

.ewck-mm-bp-dt,
.ewck-mm-dt {
  position: absolute;
  top: -8.1px;
  right: 20px;
}

.ewck-mm-bb-dt {
  position: absolute;
  top: -9.1px;
  right: 20px;
}

.ewck-mm-bp-dt:after,
.ewck-mm-bb-dt:after,
.ewck-mm-dt:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 9px solid #c02031;
  top: 0px;
  right: -8px;
}

.ewck-mm-bp-dt .ewck-mm-bp-dr,
.ewck-mm-bb-dt .ewck-mm-bb-dr,
.ewck-mm-bb-dt .ewck-mm-dr,
.ewck-mm-dt .ewck-mm-dr {
  position: relative;
  display: block;
  text-align: center;
  background: #f8463f;
  font-size: 12px;
  line-height: 1;
  padding: 6px;
  white-space: nowrap;
  color: white;
  z-index: 2;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ewck-mm-bp-dt .ewck-mm-bp-dr:after,
.ewck-mm-bb-dt .ewck-mm-bb-dr:after,
.ewck-mm-bb-dt .ewck-mm-dr:after,
.ewck-mm-dt .ewck-mm-dr:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 9px solid #c02031;
  top: 0px;
  left: -8px;
}

.ewck-mm-bp-sb {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow-y: auto;
  scrollbar-width: none;
}

.ewck-mm-bp-sw {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.ewck-mm-s-bs-piaw {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
}

.ewck-mm-bp-prw {
  display: flex;
  align-items: center;
}

.ewck-mm-bp-pimg {
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ewck-mm-bb-b {
  display: flex;
  gap: 22px;
}

.ewck-mm-bb-s-bs-mw,
.ewck-mm-bb-s-plw {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.ewck-mm-bb-fdw {
  position: relative;
  padding: 16px;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 400px;
  width: 100%;
  border-radius: 10px;
}

.ewck-mm-bb-sw {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  gap: 16px;
  overflow-y: auto;
  scrollbar-width: none;
}

.ewck-mm-bb-apb {
  height: 100%;
}

.ewck-mm-bb-apsw {
  display: flex;
  flex-direction: column;
}

.ewck-mm-bb-aps-tc {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.ewck-mm-bb-aps-tbw {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ewck-mm-bb-apbt {
  font-size: 16px;
  margin-bottom: 10px;
}

.ewck-mm-bb-apb-sl {
  height: 50vh;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: auto;
}

.ewck-mm-bb-aps-bc {
  display: flex;
  flex-direction: column;
  max-height: 0;
  transition: max-height 0.5s ease;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}

.ewck-mm-bb-aps-elt {
  font-size: 13px;
  line-height: 1.3;
  padding-left: 24px;
  margin-top: 12px;
}

.ewck-mm-bb-s {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.ewck-mm-bb-s-bs-pimg-w {
  width: 100%;
  height: 100%;
}

.ewck-mm-bb-s-cw {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
}

.ewck-mm-bb-s-cw:hover {
  background-color: #f2f2f2;
}

.ewck-mm-bb-s-cw:active {
  background-color: #ebebeb;
}

.ewck-mm-bb-s-eb {
  max-height: 0;
  transition: max-height 0.5s ease;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}

.ewck-mm-bb-s-eb.ewck-mm-bb-s-eb-open {
  max-height: 675px;
}

.ewck-mm-s-bsi.ewck-mm-s-eb-open {
  max-height: 400px;
}

.ewck-mm-bb-aps-bc.ewck-mm-bb-s-eb-open {
  max-height: 200px;
}

.ewck-mm-s-bsi {
  max-height: 0;
  transition: max-height 0.5s ease;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}

@keyframes border-march {
  100% {
    background-position:
      4px 0,
      -4px 100%,
      0 -4px,
      100% 4px;
  }
}

@keyframes email-error {
  25% {
    border-color: #ff000000;
  }
  50% {
    border-color: red;
  }
  75% {
    border-color: #ff000000;
  }
  100% {
    border-color: red;
  }
}

@keyframes blinking {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ewck-scd-m-w {
    width: 100%;
  }
  .ewck-or-pbb {
    height: 10px;
    border-radius: 5px;
    margin-right: 56px;
  }
  .ewck-or-iw {
    margin-top: -28px;
    margin-left: 58px;
  }
  .ewck-or-pbl {
    border-radius: 5px;
  }
  .ewck-or-c {
    margin-bottom: 22px !important;
  }
  .ewck-or-icon-w {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
  }
  .ewck-or-icon-svg-w {
    width: 30px;
    height: 30px;
  }
  .ewck-or-w {
    gap: 16px;
  }
  .ewck-or-icon-svg-w-gift {
    padding: 6px;
  }
}

@media only screen and (max-width: 490px) {
  .ewck-sn-w {
    padding: 6px;
    max-width: 360px;
  }
  .ewck-sn-iw {
    padding-top: 6px;
    padding-right: 28px;
    padding-left: 6px;
    padding-bottom: 6px;
  }
  .ewck-sn-c-b {
    font-size: 15px;
  }
  .ewck-sn-nb {
    grid-area: 6px;
  }
  .ewck-sn-img-w {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .ewck-sn-info-w {
    gap: 2px;
  }
  .ewck-sn-info-svg-w svg {
    width: 14px;
    height: 14px;
  }
  .ewck-combo-save-b {
    width: min-content;
  }
  .ewck-or-gift-i-w {
    width: 32px;
    height: 32px;
  }
}

@media only screen and (max-width: 550px) {
  .ewck-mm-bp-w {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 338px) {
  .ewck-or-iw {
    margin-left: 20px;
  }
  .ewck-or-pbb {
    margin-right: 10%;
  }
}

@media screen and (max-width: 490px) {
  /* .ewck-mm-bb-s-bs-mw {
    grid-template-columns: 1fr;
  } */
  /* .ewck-mm-bb-s-bs-pimg-w {
    max-width: unset;
    max-height: unset;
    min-height: unset;
  } */
}

/* @media screen and (max-width: 990px) {
  .ewck-mm-bb-s-bs-mw {
    grid-template-columns: 1fr 1fr;
  }
  .ewck-mm-bb-s-bs-pimg-w {
    max-width: 160px;
    max-height: 160px;
    min-height: 160px;
  }
} */

/* @media screen and (max-width: 900px) {
  .ewck-mm-bb-b {
    flex-wrap: wrap;
  }
  .ewck-mm-bb-fdw {
    max-width: unset;
  }
} */
